- type specifier
- automatic data processing• tietotyypin nimi
English-Finnish dictionary. 2013.
English-Finnish dictionary. 2013.
spécifier — [ spesifje ] v. tr. <conjug. : 7> • XIV e; especefier mil. XIIIe; bas lat. specificare ♦ Mentionner de façon précise. ⇒ indiquer, préciser. « sous la forme d un prêt, sans que la destination en fût spécifiée dans le reçu » (Romains). Il a… … Encyclopédie Universelle
Type mime — Multipurpose Internet Mail Extensions « MIME » redirige ici. Pour les autres significations, voir Mime (homonymie). Multipurpose Internet Mail Extensions (MIME) est un standard internet qui étend le format de données des courriels pour… … Wikipédia en Français
Type dynamique — Typage dynamique Tous les langages de programmation permettent, directement ou indirectement, de manipuler des valeurs. Généralement, c est par l entremise de variables, qui sont une association (on dit aussi une liaison) entre un symbole et une… … Wikipédia en Français
Enumerated type — In computer programming, an enumerated type is a data type (usually user defined) consisting of a set of named constants called enumerators . The act of creating an enumerated type defines an enumeration. When an identifier such as a variable is… … Wikipedia
Document Type Definition — (DTD) is a set of markup declarations that define a document type for SGML family markup languages (SGML, XML, HTML). DTDs were a precursor to XML schema and have a similar function, although different capabilities. DTDs use a terse formal syntax … Wikipedia
Signature de type — Pour les articles homonymes, voir Signature (homonymie). En programmation informatique, la signature de type définit les types de données acceptables pour une fonction ou une méthode. Une signature inclut au moins le nom de la fonction et le… … Wikipédia en Français
C (programming language) — C The C Programming Language[1] (aka K R ) is the seminal book on C … Wikipedia
C99 — is a modern dialect of the C programming language. History After the ANSI standardization process, the C language specification remained relatively static for some time, whereas C++ continued to evolve, largely during its own standardization… … Wikipedia
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
decltype — In the C++ programming language, decltype is an operator for querying the type of an expression. It was introduced in the current version of the C++ standard, C++11. Its primary intended use is in generic programming, where it is often difficult … Wikipedia
Sizeof — In the programming languages C and C++, the unary operator sizeof is used to calculate the sizes of datatypes. sizeof can be applied to all datatypes, be they primitive types such as the integer and floating point types defined in the language,… … Wikipedia